home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 October: Mac OS SDK / Dev.CD Oct 97 SDK1.toast / Development Kits (Disc 1) / QuickDraw GX / Programming Stuff / Sample Code / Printing Samples / Extensions… / Extension Shell multi-seg ƒ / About Extension multi-seg… next >
Encoding:
Text File  |  1995-04-10  |  997 b   |  21 lines  |  [ttro/ttxt]

  1. About “Extension multi-seg”…
  2.  
  3. This is a version of the Extension Shell sample which has been modified to make use of the GXPRINTINGDISPATCH macro which is defined in PrintingMessages.h.  This macro allows you to segment your message override code, so that the code for a single override need not be in the same 'pdvr' or 'pext' segment.
  4.  
  5. As with the original sample, this extension's default behavior adds a panel to the print dialog and makes your Macintosh beep every time a page is spooled.  The extension can be turned on and off through the print panel.  It's turned on by default.
  6.  
  7. This extension shows:
  8.  
  9. • How to use the GXPRINTINGDISPATCH macro to segment overrides for your drivers and extensions.
  10.  
  11. • How to write an extension which installs a panel, handles panel events and uses the way-cool ‘xdtl’ resources.
  12.  
  13. • How to perform simple message overrides.
  14.  
  15. • How to easily set up an A5 world so that you can access global data.
  16.  
  17. Dave Hersey
  18. Apple Developer Technical Support
  19.  
  20. 7/14/94
  21. v1.0